PATH 
Mac OS 8 and 9 Developer Documentation > Text and Other International Services > Apple Type Services for Unicode Imaging (ATSUI) > Apple Type Services for Unicode Imaging Reference

     

ATSUSetCurrentMemorySetting

Makes a memory setting current.

OSStatus ATSUSetCurrentMemorySetting (ATSUMemorySetting iMemorySetting);
iMemorySetting
A reference of type ATSUMemorySetting. Pass a reference to the memory setting that you want to make current. Until another setting is made current, this setting will be used in subsequent Memory Manager calls made within ATSUI.

function result
A result code. See Result Codes.
DISCUSSION
After you create a memory setting by calling the function ATSUCreateMemorySetting, you must pass it to the ATSUSetCurrentMemorySetting function to ensure that it will be used in subsequent Memory Manager calls.

VERSION NOTES
Available beginning with ATSUI 1.1.


© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)